projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32c82ac
)
*** empty log message ***
author
Pavel Janík
<Pavel@Janik.cz>
Mon, 8 Oct 2001 08:39:21 +0000
(08:39 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Mon, 8 Oct 2001 08:39:21 +0000
(08:39 +0000)
src/ChangeLog
patch
|
blob
|
history
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 4e5a211d82e61c1807910c84fcbf9d30750b02ae..c4030bffbb67be67bb62fd93b752428dc3be0c62 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2001-10-08 Pavel Jan
\e
,Bm
\e
(Bk <Pavel@Janik.cz>
+
+ * keyboard.c: Don't define min/max.
+
2001-10-08 Gerd Moellmann <gerd@gnu.org>
* xterm.c, xmenu.c, xfns.c, xdisp.c, window.c:
diff --git
a/src/keyboard.c
b/src/keyboard.c
index b9b825e16b30d9f821a42882a378d8a8fea5b058..6319ca2ff6493e7de179abcade382a852fee1003 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-696,9
+696,6
@@
static void any_kboard_state P_ ((void));
to support it. */
static int cannot_suspend;
-#define min(a,b) ((a)<(b)?(a):(b))
-#define max(a,b) ((a)>(b)?(a):(b))
-
/* Install the string STR as the beginning of the string of echoing,
so that it serves as a prompt for the next character.
Also start echoing. */